home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to "exit.roll"
- set the text of field "rollover text" to "Click here to exit the store."
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to "exit"
- set the text of field "rollover text" to " "
- end
-
- on mouseDown me
- puppetSound(0)
- puppetSound(1, 0)
- go(1, "main")
- end
-
- on getBehaviorDescription
- return "Handles the rollover, cursor swap, and user click on the exit button. Will go to a movie called 'main' on mouseDown"
- end
-